Initializes a new instance of Matrix class.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Boolean, _
   ByVal ParamArray () As Vector(Of T) _
)
             
        
            
            public Matrix<T>( 
   System.bool ,
   params Vector<T>[] 
)
             
        
             
        
            パラメータ
- vertical
 
- A bool indicates whether the direction of vectors is vertical.
 - vectors
 
- A Vector array indicates the vectors.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照